@charset "utf-8";
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance: none !important; margin: 0;}/*type="number" no Scroll*/


.area{background: #f1f1f1; margin-top: 20px;}

.area .content-item{
	padding: 15px;
}
.content-item .long-title{
	background: #fff;
	float: left;
	margin-left: 20px;
	padding: 0 20px;
	font-weight: bold;
	font-size: 28px;
}
.content-item .titlebar{
	height: 35px;
	line-height: 35px;
	margin-bottom: 16px;
}
.content-item .short-title{
	background: #f1f1f1;
	display: inline-block;
	padding: 0 20px;
	margin: 0 auto;
	font-weight: bold;
	font-size: 28px;
}


.content-item .titlebar{ background:none; border-bottom:1px solid #ccc; height:28px; }

/* biaodan */
.fanHuiBar{width:50px; height: 30px;position: absolute;border-right:1px solid #ccc;}
.fanHuiBar a{width:30px; height: 30px; position: absolute; top:0px; left: 10px; border-radius:3px; }
.fanHuiBar a:active{background: #333;}
.fanHuiBar a:after {
    content: " ";
    display: inline-block;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    height: 10px;
    width: 10px;
    border-width: 2px 2px 0 0;
    border-color: #C8C8CD;
    border-style: solid;
    position: relative;
    top: 5px;
    left: 10px;
}
.biaoDanK{text-align: center; margin:10px 16px 16px  16px;}
.biaoDanK input,
.biaoDanK textarea{width: 96%; padding: 0 ;font-size: 16px; border: 0; padding-left:10px;   }
.biaoDanK input{ height: 38px; line-height: 38px;}
.biaoDanK textarea{ height: 180px; line-height: 180%;}
.biaoDanK p{margin-bottom:10px; }

.biaoDanK .titleN{font-size: 18px; color: #444; margin-bottom: 5px; line-height: 180%; padding: 0 30px;}
.biaoDanK .biaoDan{min-height: 30px;  border: 1px solid #ccc; border-radius:2px; background: #fff; position: relative;}

.biaoDanK .biaoDan2{min-height: 30px; }
.biaoDanK .biaoDan2 span{float: left;}
.biaoDanK .biaoDan2 .nameK{width:50px; color: #666; text-align: left;}
.biaoDanK .biaoDan2 .bdQk input{width: 30px;float: left;  border: 2px solid #fff; margin-right: 10px; border-radius:30px;  }  
.biaoDanK .biaoDan2 .bdQk label{float: left; color: #555; margin:5px 15px 0 0;}
.biaoDanK .biaoDan2 .nameK,
.biaoDanK .biaoDan2 .bdQk input,
.biaoDanK .biaoDan2 .bdQk label{height: 30px; line-height: 30px; font-size: 16px;}
.shuoMing{color: #666; line-height: 180%;}

/* edit */
hr{border: none; margin-top: -1px;height: 1px;background-color: #969696;margin-bottom: 16px;}
::-webkit-input-placeholder {color:#595959; }  

.biaoDanK .tishiInfo {
    z-index: 1000;
    position: absolute;
    right: 0px;
    font-size: 12px;
    background: #E5E5E5;
    height: 38px;
    line-height: 38px;
    padding: 0 10px 0 5px;
    /*输入不为空显示在框上面*/
    top:0;
   
}
.weui_icon_warn {
    margin-top: 6px;
}

.weui_btn_primary{cursor: pointer;}